update
abstract suspend fun update(params: UserManagement.UpdateParams): UpdateUserResponse
Content copied to clipboard
Updates the currently authenticated user
Return
Parameters
params
required to udpate the user
abstract fun update(params: UserManagement.UpdateParams, callback: (UpdateUserResponse) -> Unit)
Content copied to clipboard
Updates the currently authenticated user
Parameters
params
required to udpate the user
callback
a callback that receives an UpdateUserResponse